Welcome![Sign In][Sign Up]
Location:
Search - access servlet

Search list

[JSP/JavacodeForsoftwarelabManagmentSystem

Description: 软件研究所管理信息系统是基于B/S架构的,采用数据库服务器与Web服务器分离,客户端通过浏览器访问和管理,具体配置如下: 系统开发采用JSP+Servlet+JavaBean三层结构的开发模式。数据库系统采用SQL Server 2000。JSP容器采用Apache公司的Tomcat 5.0。系统运行环境为Windows XP Professional sp2。开发工具采用Eclipse 3.0、Dreamweaver MX 2004、Photoshop CS2等。 -Institute of Management Information System software is based on B/S structure, using separate database server and Web server, the client browser to access and manage, the specific configuration is as follows: System development using JSP+ Servlet+ JavaBean three-layer structure of the development model. Database system using SQL Server 2000. JSP container is Apache' s Tomcat 5.0. System operating environment is Windows XP Professional sp2. Development tools using Eclipse 3.0, Dreamweaver MX 2004, Photoshop CS2 and so on.
Platform: | Size: 3517440 | Author: 黄楚高 | Hits:

[JSP/Javaonline_ks

Description: 本系统使用自己手写的类似struts1.x的开源框架+Servelt+JSP+JSTL+EL+AJAX 等技术; 运用Dao设计模式,使业务模块屏蔽底层的数据访问的细节,及使业务和具体的 实现无关 运用MVC的架构模式,其中Servlet充当contronller java类充当model,封装业 务逻辑 Jsp充当逻辑视图view 数据访问层运用Hibernate来实现 为了使JSP页面易于维护,引入了JSTL+EL 项目 数据库的设计的重要行-This system is similar to using your own handwriting struts1.x open source framework+ Servelt+ JSP+ JSTL+ EL+ AJAX Techniques Dao use of design patterns, the business module shielding the details of the underlying data access, and the business and specific Achieve independent The use of MVC architecture patterns, including Servlet as contronller java class as model, packaging industry Business logic Jsp as the logical view of view Data access layer using Hibernate to achieve To make easy to maintain JSP pages, the introduction of the JSTL+ EL Project An important line of database design
Platform: | Size: 7888896 | Author: 叶涛 | Hits:

[JSP/Javashop

Description: 这是一个简单的网上购物程序,把文件放置在tomcat里的webapps里面即可访问,此程序用到JSP和servlet,数据库方面用的是access,首先DBUtil构造了数据库连接底层文件,shopServlet则建立了购买删除等等的购物逻辑,cart则构造了虚拟购物车,等等功能都将在程序里以注视为读者解答.-This is a simple online shopping procedures, the documents placed in the webapps in the tomcat to access the inside, this program uses JSP and servlet, use the databases access, first constructed a database connection DBUtil the underlying file, shopServlet is established delete, and so shopping to buy the logic, cart is constructed of the virtual shopping cart, so features will be in the program to look for readers to answer.
Platform: | Size: 22528 | Author: 黎育玮 | Hits:

[transportation applicationsBUS

Description: 公交查询系统,基于J2ME 的B/S架构的公交查询系统,web服务器端 使用servlet 和jsp响应 客户端的请求。数据库 ACCESS 2007 -This code is created by J2ME.
Platform: | Size: 128000 | Author: TOM_kill | Hits:

[JSP/JavaJavaBeans

Description: Web组件重用与JavaBeans。具体有:JavaBean概述;通过JSP动作使用JavaBean;在Servlet中使用JavaBean;从脚本元素中访问JavaBean;JavaBean的其他特性;MVC设计模式简介-Web component reuse with JavaBeans. Specifically: JavaBean Overview through the use of JSP action JavaBean in Servlet using JavaBean elements from the script to access JavaBean JavaBean other characteristics MVC Design Pattern Overview
Platform: | Size: 112640 | Author: 杨蕾玉 | Hits:

[JSP/JavaInventoryServlet

Description: This program allows you to add items to an inventory database. Once there, you can access the items (search, etc.) through a Java servlet.-This program allows you to add items to an inventory database. Once there, you can access the items (search, etc.) through a Java servlet.
Platform: | Size: 8192 | Author: Cee | Hits:

[JSP/Javajsp

Description: JSP动态网站开发的PPT课件,内容有java语言重要语法内容,jsp语法,javabean技术,servlet技术,JSP访问数据库,JSP处理XML,HTML格式语法,CSS,Javascript脚本语言。-JSP dynamic web development PPT courseware, the contents of JSP syntax, JavaBean technology, servlet technology, JSP access to the database, JSP XML, HTML format syntax, CSS, Javascript script language.
Platform: | Size: 46831616 | Author: | Hits:

[JSP/Javajava-filter

Description: 1、拦截器是基于java的反射机制的,而过滤器是基于函数回调 2、过滤器依赖与servlet容器,而拦截器不依赖与servlet容器 3、拦截器只能对action请求起作用,而过滤器则可以对几乎所有的请求起作用 4、拦截器可以访问action上下文、值栈里的对象,而过滤器不能 5、在action的生命周期中,拦截器可以多次被调用,而过滤器只能在容器初始化时被调用一次 -1, the interceptor is based on java reflection mechanism, while the filter is based on function callbacks 2, the filter depends servlet container interceptor does not depend on the servlet container 3, the interceptor can only action requests work, the filter can work on almost all requests 4, the interceptor can access the action context, object value stack, and the filter can not 5, the life cycle of the action, the interceptor can many times be called, and the filter can only be called once in the container initialization
Platform: | Size: 502784 | Author: 彪汉 | Hits:

[JSP/Javaagent_manage

Description: 客户端接入。用户注册,客户信息管理等。采用jsp+servlet开发-Client access. User registration, customer information management. To adopt jsp+servlet development
Platform: | Size: 3305472 | Author: wsx | Hits:

[JSP/Javajdbc-mysql-dao

Description: Dbus.java:DAO层连接mysql及关闭连接; Users.java:对用户信息的封装; UserInterface.java:DAO层数据库访问接口; UserImpl.java:DAO层数据库访问简单实现; LoginServlet.java:用于处理用户登陆的servlet; EncodeServlet.java:字符编码过滤器,设置为gb2312.-Dbus.java: DAO layer connection mysql and close the connection Users.java: package for user information UserInterface.java: DAO layer database access interface UserImpl.java: DAO layer database access simple implementation LoginServlet.java: used to handle Login servlet EncodeServlet.java: character encoding filter is set to iso- 8859-.
Platform: | Size: 3072 | Author: 杨弘军 | Hits:

[JSP/JavaServletProgram

Description: servlet program to Access Information from Database
Platform: | Size: 6144 | Author: chitti | Hits:

[JSP/JavatestJdbcOdbcAccess

Description: JSP+Servlet. 演示了通过ODBC对ACCESS数据库的访问-JSP+Servlet. Demo the ACCESS database access via ODBC
Platform: | Size: 18432 | Author: nullspace | Hits:

[JSPJavaPchm

Description: 免费的Java精华 chm,经过本站的整理和内容修正,现在制作成chm格式,便于大家翻阅。本Java精华内容深入Java API、嵌套类和内部类、与时间有关的类Date,DateFormat,Calendar、文件与流、Java变量类型间的相互转换、Java与Web、用连接池提高Servlet访问数据库的效率、Java扩展、应用服务器的集群策略及Java EE 5.0、Java IO 包中的Decorator模式等。-A free Java essence chm, after correction the finishing and content of the site, now made into a the chm format easy to read. The essence of the Java content depth Java API nested classes and inner classes, class and time a Date DateFormat, Calendar, file conversion between the streams, Java variable types, Java Web, using connection pooling to improve access to the database of Servlet efficiency, Java extensions, application server cluster strategy and the Java EE 5.0, Java IO package Decorator pattern.
Platform: | Size: 407552 | Author: XL | Hits:

[JSPJSPAdvancedProgramming

Description: 这是一本面向中高级编程人员的自学指导书其重点放在JSP 和其他技术的综合使用方面全书可 分为四大部分第一部分是JSP 技术与J2EE 技术第一章至第四章着重介绍J2EE 技术的代表EJB 技术的基本原理与开发EJB 组件的方法第二部分是JSP 技术和XML 技术第五章至第八章主要介 绍了XML 技术与JSP 技术联合的方式之一Tag Library 第二部分后面的两章是针对市场上最流行的 两个Tag Library 的详细介绍读者可以把它当作参考手册来使用本作品的第三部分是JDBC 新技术及 其在JSP/Servlet 程序中的应用第九章和第十章主要介绍最新的JDBC 技术如JDBC 2.0/JDBC 3.0 的新特性以及鲜为人知而又十分重要的JDBC Optional Pack 本作品的第四部分是JSP 网络程序设计 着重介绍如何使用sun.net 包JavaMail API 开发访问各种网络服务的JSP 程序本作品四个部分之间互为 关联又相对独立读者可以选择阅读某一个部分或者是通读全文 本版作品是由经验丰富的使用JSP 组建网站的程序员编著.-This is a senior programmer-oriented self-study guide book focus on the comprehensive use of JSP and other technologies Britannica Is divided into four parts the first part of the JSP technology and J2EE technology Chapter to Chapter representatives EJB J2EE technology highlights The basic principles of the technology and development of the method of the EJB component second part of the Chapter to Chapter VIII of the JSP and XML technology mainly referral Shao XML technology with JSP technology joint Tag Library, one of two chapters of the second part of the back is the most popular on the market The third part of this work is to use the JDBC new technology and two details of the Tag Library readers may take it as a reference manual Chapters IX and X of the JSP/Servlet program introduces the latest JDBC technology JDBC 2.0/JDBC 3.0 The new features of the works of the little-known but important JDBC Optional Pack Part IV JSP network programming Focuses on how to use access to a
Platform: | Size: 7193600 | Author: clqmail2 | Hits:

[JSP/JavajspPjdbcPservlet

Description: jsp+jdbc+servlet登陆完整程序和注解-jsp+jdbc+servlet access to the full program and annotations
Platform: | Size: 28672 | Author: Ping Wang | Hits:

[Web ServerjspJavaBeanServlet

Description: javabean+servlet+access模式所写的一个学生管理系统。基本可用。-javabean+servlet+access mode written by a student management system. Basic is available.
Platform: | Size: 107520 | Author: 李亚运 | Hits:

[JSP/JavaJava-Web-Programming-source-code

Description: java web开发环境和jsp相关设计源代码,包含基础的html开发、表单开发和访问数据库等,还包含内置对象、Servlet编程、 EL&JSTL、Ajax等编程。-java web development environment and jsp design source code contains the basic html development, form development, and access to the database also contains built-in objects, Servlet programming, such as the EL & JSTL, Ajax programming.
Platform: | Size: 4453376 | Author: 刘伟 | Hits:

[JSP/JavaJDBC_Web

Description: web项目超市管理系统,使用最原始的JDBC访问数据库,包括dao、entity、servlet、jsp等,其中有数据库的导入表-web project supermarket management system, the use of the most original JDBC to access the database, dao, entity, servlet, jsp, including database import tables
Platform: | Size: 1894400 | Author: joulier | Hits:

[source in ebookJSPsheji2

Description: 《JSP设计(第二版)》得到了彻底的修订和更新,包括了JSP规范1.2版本中的重大变化。它包括关于JSP Standard Tag Library(JSTL)的详细内容 —— JSTL是一组殷切加入的JSP元素规范,用于多数JSP应用程序中需要的任务。本书开篇阐述了JSP如何充分利用Java servlet来创建高效、可移植的Web应用程序。书中还展示了如何用Apache Tomcat服务器启动JSP,并详细讲述了JSP语法和功能、错误处理和调试、身份验证和个性化,以及如何将JSTL用于数据库访问、XML处理及国际化等。-" The JSP Design (Second Edition)" has been completely revised and updated, including major changes in the JSP specification version 1.2. It includes the JSP Standard Tag Library (JSTL) Details- JSTL is a group of ardent joined the JSP elements norms for the tasks needed in most JSP applications. The book begins with JSP how to take full advantage of the Java servlet to create efficient, portable Web applications. The book also shows how to use Apache Tomcat server startup JSP, and details about the JSP syntax and functionality, error handling and debugging, authentication and personalization, as well as how to JSTL for database access, XML processing, and internationalization.
Platform: | Size: 21681152 | Author: liuyue | Hits:

[J2MEBusQuery

Description: 这是一个J2ME的程序,主要模拟了由手机端通过网络访问服务器(Servlet),并由服务器返回信息的过程。-This is a J2ME program, mainly to simulate the network access server (Servlet), by the end of the phone through the information returned by the server process.
Platform: | Size: 26624 | Author: 天之 王 | Hits:
« 1 2 34 »

CodeBus www.codebus.net